gdktypes: Update docs for GDK_GRAB_FAILED
authorPavel Grunt <pgrunt@redhat.com>
Thu, 2 Jun 2016 13:35:38 +0000 (15:35 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Jun 2016 04:44:45 +0000 (00:44 -0400)
Mention in documentation that it is available since 3.16

https://bugzilla.gnome.org/show_bug.cgi?id=767165

gdk/gdktypes.h

index 7c4a2bb0087632d001247b6c14af6713a06d9130..48846b80b35ae571b12dfcb9203f9efdbb7f9912 100644 (file)
@@ -337,7 +337,7 @@ typedef enum
  * @GDK_GRAB_NOT_VIEWABLE: the grab window or the @confine_to window are not
  *  viewable.
  * @GDK_GRAB_FROZEN: the resource is frozen by an active grab of another client.
- * @GDK_GRAB_FAILED: the grab failed for some other reason.
+ * @GDK_GRAB_FAILED: the grab failed for some other reason. Since 3.16
  *
  * Returned by gdk_device_grab(), gdk_pointer_grab() and gdk_keyboard_grab() to
  * indicate success or the reason for the failure of the grab attempt.